Skip to content

Conversation

@fabiankaegy
Copy link
Contributor

If you currently follow the getting started section step by step the first thing you are getting is an error that he node modules are not installed.

This of course is the case, but I believe it might be more frictionless for first time contributors when every step is included in the list.

Changes proposed in this Pull Request

  • Added step 4 to the getting started list

If you currently follow the getting started section step by step the first thing you are getting is an error that he node modules are not installed. 

This of course is the case, but I believe it might be more frictionless for first time contributors when every step is included in the list.
@fabiankaegy fabiankaegy requested a review from a team as a code owner October 24, 2019 08:22
@jsnajdr
Copy link
Member

jsnajdr commented Oct 24, 2019

When I run npm start on a repo without installed node_modules, the prestart script in package.json does the install for me:

> [email protected] prestart /Users/jsnajdr/src/wp-calypso
> npx check-node-version --package && npm run -s install-if-deps-outdated && node bin/welcome.js

The install-if-deps-outdated script does that. Also, the right install command is npm ci, not npm install. npm ci fully respects the lockfile and is appropriate for situations like this.

What errors are you getting when running npm start without installing first?

@fabiankaegy
Copy link
Contributor Author

Okay found my error. Had version 12.5.0 of node running

node: 12.5.0
Error: Wanted node version ^10.16.3 (>=10.16.3 <11.0.0)
To install node, run `nvm install ^10.16.3` or see https://nodejs.org/

@jsnajdr
Copy link
Member

jsnajdr commented Oct 24, 2019

@fabiankaegy We are working on the Node 12 upgrade in #37031. You can help testing or make some other contribution, if you're interested.

Also, maybe we can improve the experience by better error messages, so that it's more obvious what is the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants